home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2003 December
/
The Sunday Times - The Month 2003-12.iso
/
pc
/
engine
/
shell
/
shell.dxr
/
Internal_23_error dialog.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-04
|
174 b
|
13 lines
on errorDialogShow bln
repeat with s = 17 to 20
sprite(s).visible = bln
end repeat
if bln = 1 then
go("error")
end if
end
on Flsh_alert str
alert(str)
end